* window.h (struct window): Change type of 'hscroll',
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Jun 2012 12:29:37 +0000 (16:29 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Jun 2012 12:29:37 +0000 (16:29 +0400)
commite7620eddea6d3b60309125d3ca958f39a68a6f59
tree176739e70215b4440c265e27274ef4aacf3774ff
parentf8d33ab95a1df8e82e31ed9d58a0cd9c7c5c4e9c
* window.h (struct window): Change type of 'hscroll',
'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
'last_modified' and 'last_overlay_modified' to EMACS_INT.
Adjust users accordingly.
* xdisp.c (try_cursor_movement): Replace type check with eassert.
* window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
from EMACS_INT to ptrdiff_t.
(make_window): Omit redundant initialization.
src/ChangeLog
src/frame.c
src/indent.c
src/minibuf.c
src/window.c
src/window.h
src/xdisp.c